home *** CD-ROM | disk | FTP | other *** search
/ Disney Interactive Software Sampler 1997 to 1998 / Disney Interactive 1997-98 Software Sampler.iso / pc / media / herfloor.dxr / 00026_GestionVisibl Spritmov SprtZon.ls < prev    next >
Encoding:
Text File  |  1997-10-17  |  567 b   |  19 lines

  1. on exitFrame
  2.   global ClickMov, SpritHere, SpritZone, pUp, pQuit, NewMovie, ThemeUp, ThemeDown, SauteEtage, Step, StarStep, LastLabel
  3.   set Step to StarStep
  4.   set SauteEtage to EMPTY
  5.   preLoad(member "ClicASB")
  6.   set ThemeUp to "ASB"
  7.   if PC() then
  8.     set NewMovie to field "ASBfield"
  9.     set ThemeDown to "ASB"
  10.   else
  11.     set ThemeDown to "ASB"
  12.     set NewMovie to field "ASBfield"
  13.   end if
  14.   set the timeoutScript to "GoOn"
  15.   if the commandDown and the mouseDown and the optionDown and the shiftDown and the controlDown then
  16.     set LastLabel to "VG"
  17.   end if
  18. end
  19.